-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite #264
Merged
Merged
Rewrite #264
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install_rke2_version was renamed to rke2_install_version
Update README.md and ensure documentation for config.yaml |
* Add network attached instructions * Update tarball docs * Github does not support titled admons * Clear some lint issues * Clear some galaxy errors * Clear some new lint issues * Fix ansible semver string * Use a supported ansible version * Update file and folder names * Update README instruction o inventory use * Add vale linting, normalized file extensions, and doc tweaks * Revert become change, remove superfluous docs in main readme * adjusting config verbiage --------- Co-authored-by: Adam Leiner <[email protected]>
* Add network attached instructions * Update tarball docs * Github does not support titled admons * Clear some lint issues * Clear some galaxy errors * Clear some new lint issues * Fix ansible semver string * Use a supported ansible version * Update file and folder names * Import linting, split linting tasks * Update README instruction o inventory use * Add vale linting, normalized file extensions, and doc tweaks * Tweak workflow lints * Merge workflows back into one file * Test sudo access * Rename Rocky tests, install Terraform * Fix rocky task dep * Install Terraform attempt #2 * Test reusable workflows * Add OS option * Add OS option 2 * Inherit secrets * Install yq * Install yq #2 * Install yq #3 * Install yq #4 * Use YQ for inventory generation * Fix missing close bracket * Print hosts file for debugging * You should cat hosts file for debugging not exec it * Runn test * Fix inventory file location * Fix inventory and add ssh_user * Fix second inventory * Add rocky 9 * Update CI to reference JOBID * Attempt move to AWS commercial * Attempt move to AWS commercial 2 * Attempt move to AWS commercial 3 * Fix destroy command and defaults * Fix AWS Region * Tweak TF and simplify for debuggin * Fix new var * Remove new var * Remove new var 2 * Fix bad EOF * Fix delete job * Reduce EC2 counts * Add Rocky 9 back * Name sec groups * Add Ubuntu * Fix using wrong OS * Add SLES * Fix issue where too in SLES does not have .bashrc * Fix bad permission * Update README, Remove SLES, Test Lint requirements * Remove broken lint check * Updat edocs * increase yaml lint line-length * removing sles tests until they are reimplemented --------- Co-authored-by: Adam Leiner <[email protected]> Co-authored-by: Adam Leiner <[email protected]>
…tween-vars-and-defaults Enhancement/standarize between vars and defaults
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
(REQUIRED)
What this PR does / why we need it:
(REQUIRED)
Refactor of rke2-ansible to streamline installation
Which issue(s) this PR fixes:
Fixes #246
Release Notes